DSTU2 QA Preview

This page is part of the FHIR Specification (v1.0.0: DSTU 2 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Extension: codeSystem

URL for this extension:

http://hl7.org/fhir/StructureDefinition/cqif-basic-codeSystem

Status: draft. Extension maintained by: Health Level Seven, Inc. - CDS WG

A code system definition used within the knowledge module.

Context of Use: Use on element: Basic

usage info: insert a list of places where this extension is used

Extension Content

Summary

NameFlagsCard.TypeDescription & Constraintsdoco
.. extension0..*ExtensionURL = http://hl7.org/fhir/StructureDefinition/cqif-basic-codeSystem
codeSystem: A code system definition used within the knowledge module.
Use on element: Basic
... name1..1stringThe local name for the code system.
... id1..1stringThe code system uri.
... version0..1stringThe code system version, if any.

doco Documentation for this format

Fulle Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extension0..*ExtensionURL = http://hl7.org/fhir/StructureDefinition/cqif-basic-codeSystem
codeSystem: A code system definition used within the knowledge module.
Use on element: Basic
... extension 1..1ExtensionExtension
.... extension 0..0
.... url 1..1uri"name"
.... valueString 1..1stringValue of extension
... extension 1..1ExtensionExtension
.... extension 0..0
.... url 1..1uri"id"
.... valueString 1..1stringValue of extension
... extension 0..1ExtensionExtension
.... extension 0..0
.... url 1..1uri"version"
.... valueString 1..1stringValue of extension
... url 1..1uri"http://hl7.org/fhir/StructureDefinition/cqif-basic-codeSystem"
... value[x] 0..0

doco Documentation for this format

XML Template

<!-- codeSystem -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/StructureDefinition/cqif-basic-codeSystem" >
 <-- extension sliced by url  in any order-->
 <extension url="name"> 1..1 Extension  <!-- 1..1 Extension -->
  <valueString value="[string]"/><!-- 1..1 Value of extension -->
 </extension>
 <extension url="id"> 1..1 Extension  <!-- 1..1 Extension -->
  <valueString value="[string]"/><!-- 1..1 Value of extension -->
 </extension>
 <extension url="version"> 0..1 Extension  <!-- 0..1 Extension -->
  <valueString value="[string]"/><!-- 1..1 Value of extension -->
 </extension>
</extension>

JSON Template

{ // codeSystem
    "extension" : [ //  sliced by url  in any order
      { // Extension // R! 
        // from Element: extension
        "url" : "name", // R! 
        "valueString" : "<string>" // R! Value of extension
      },
      { // Extension // R! 
        // from Element: extension
        "url" : "id", // R! 
        "valueString" : "<string>" // R! Value of extension
      },
      { // Extension //
        // from Element: extension
        "url" : "version", // R! 
        "valueString" : "<string>" // R! Value of extension
      }
    ],
    "url" : "http://hl7.org/fhir/StructureDefinition/cqif-basic-codeSystem", // R! 
// value[x]: Value of extension. One of these 33:
  }

Summary

NameFlagsCard.TypeDescription & Constraintsdoco
.. extension0..*ExtensionURL = http://hl7.org/fhir/StructureDefinition/cqif-basic-codeSystem
codeSystem: A code system definition used within the knowledge module.
Use on element: Basic
... name1..1stringThe local name for the code system.
... id1..1stringThe code system uri.
... version0..1stringThe code system version, if any.

doco Documentation for this format

Full Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extension0..*ExtensionURL = http://hl7.org/fhir/StructureDefinition/cqif-basic-codeSystem
codeSystem: A code system definition used within the knowledge module.
Use on element: Basic
... extension 1..1ExtensionExtension
.... extension 0..0
.... url 1..1uri"name"
.... valueString 1..1stringValue of extension
... extension 1..1ExtensionExtension
.... extension 0..0
.... url 1..1uri"id"
.... valueString 1..1stringValue of extension
... extension 0..1ExtensionExtension
.... extension 0..0
.... url 1..1uri"version"
.... valueString 1..1stringValue of extension
... url 1..1uri"http://hl7.org/fhir/StructureDefinition/cqif-basic-codeSystem"
... value[x] 0..0

doco Documentation for this format

XML Template

<!-- codeSystem -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/StructureDefinition/cqif-basic-codeSystem" >
 <-- extension sliced by url  in any order-->
 <extension url="name"> 1..1 Extension  <!-- 1..1 Extension -->
  <valueString value="[string]"/><!-- 1..1 Value of extension -->
 </extension>
 <extension url="id"> 1..1 Extension  <!-- 1..1 Extension -->
  <valueString value="[string]"/><!-- 1..1 Value of extension -->
 </extension>
 <extension url="version"> 0..1 Extension  <!-- 0..1 Extension -->
  <valueString value="[string]"/><!-- 1..1 Value of extension -->
 </extension>
</extension>

JSON Template

{ // codeSystem
    "extension" : [ //  sliced by url  in any order
      { // Extension // R! 
        // from Element: extension
        "url" : "name", // R! 
        "valueString" : "<string>" // R! Value of extension
      },
      { // Extension // R! 
        // from Element: extension
        "url" : "id", // R! 
        "valueString" : "<string>" // R! Value of extension
      },
      { // Extension //
        // from Element: extension
        "url" : "version", // R! 
        "valueString" : "<string>" // R! Value of extension
      }
    ],
    "url" : "http://hl7.org/fhir/StructureDefinition/cqif-basic-codeSystem", // R! 
// value[x]: Value of extension. One of these 33:
  }